| lcPlineAddVerPt | Home |
|
HANDLE lcPlineAddVerPt ( HANDLE hPline, double X, double Y, double Delta ); |
| hPline | |
| Handle to a polyline object. | |
| X Y | |
| The target point. | |
| Delta | |
| Defines the selecting square around the X,Y point. The selecting square must cross the polyline. | |
| Handle to the new vertex or NULL if the function fails. |
| Code sample |